From: Richard M. Stallman Date: Sat, 17 Sep 1994 05:16:09 +0000 (+0000) Subject: (terminal-map): Define switch-frame. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~90211 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=c2ae679cbc26141b890dc218f1d4da7ad703a3a2;p=emacs.git (terminal-map): Define switch-frame. --- diff --git a/lisp/terminal.el b/lisp/terminal.el index 33996e4bdee..7a9235f36ee 100644 --- a/lisp/terminal.el +++ b/lisp/terminal.el @@ -77,6 +77,7 @@ performance.") nil (let ((map (make-sparse-keymap))) (define-key map [t] 'te-pass-through) + (define-key map [switch-frame] 'handle-switch-frame) (define-key map "\e" terminal-meta-map) ;(define-key map "\C-l" ; '(lambda () (interactive) (te-pass-through) (redraw-display)))